home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 162
- Top = 523
- Width = 429
- Height = 200
- Caption = 'COM Client'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 32
- Top = 8
- Width = 353
- Height = 25
- Caption = 'Get server to generate EConvertError exception'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 32
- Top = 40
- Width = 353
- Height = 25
- Caption = 'Get server to generate EInvalidCast exception'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 32
- Top = 72
- Width = 353
- Height = 25
- Caption = 'Get server to generate EInvalidOperation exception'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 32
- Top = 104
- Width = 353
- Height = 25
- Caption = 'Get server to generate EDivByZero exception'
- TabOrder = 3
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 32
- Top = 136
- Width = 353
- Height = 25
- Caption = 'Get server to generate EAccessViolation exception'
- TabOrder = 4
- OnClick = Button5Click
- end
- end
-